Opc.Ua.Core
UaChannelBase<TChannel> Class
Members 



Opc.Ua Namespace : UaChannelBase<TChannel> Class
A base class for UA channel objects used access UA interfaces
Object Model
UaChannelBase<TChannel> ClassChannelToken ClassIServiceMessageContext Interface
Syntax
'Declaration
 
Public Class UaChannelBase(Of TChannel As {Class, IChannelBase}) 
   Inherits UaChannelBase
   Implements IChannelBase, ITransportChannel 
'Usage
 
Dim instance As UaChannelBase(Of TChannel)
public class UaChannelBase<TChannel> : UaChannelBase, IChannelBase, ITransportChannel  
where TChannel: class, IChannelBase
generic<typename TChannel>
public ref class UaChannelBase : public UaChannelBase, IChannelBase, ITransportChannel  
where TChannel: ref class, IChannelBase
Type Parameters
TChannel
Inheritance Hierarchy

System.Object
   Opc.Ua.UaChannelBase
      Opc.Ua.UaChannelBase<TChannel>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaChannelBase<TChannel> Members
Opc.Ua Namespace